html {
    cursor: url("Bilde/cursosrr.cur"), auto;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh;
}

a:hover {
    cursor: url("Bilde/pointer.cur"), auto;
}

a {
    color: rgb(0, 0, 0);
}